From 440d72a9f83482900e2997b84a3fe2727374a33f Mon Sep 17 00:00:00 2001 From: mvturnho Date: Wed, 3 Apr 2019 20:31:58 +0200 Subject: [PATCH] newline at EOF --- esphome/components/ttp229_bsf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/ttp229_bsf.py b/esphome/components/ttp229_bsf.py index e2a9ffdac0..2e120216c9 100644 --- a/esphome/components/ttp229_bsf.py +++ b/esphome/components/ttp229_bsf.py @@ -31,4 +31,4 @@ def to_code(config): setup_component(var, config) -BUILD_FLAGS = '-DUSE_TTP229_BSF' \ No newline at end of file +BUILD_FLAGS = '-DUSE_TTP229_BSF'