From 0a4bd51878d9f2853bb460e7d30f6d0cb936739c Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Thu, 8 Aug 2019 21:23:37 +0200 Subject: [PATCH] fix: remove useless line --- models/period.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/period.cc b/models/period.cc index 92e0156..518fbd1 100644 --- a/models/period.cc +++ b/models/period.cc @@ -38,4 +38,4 @@ period::is_in_period(uint16_t timestamp) return this->end <= timestamp and timestamp <= this->start; } return this->start == timestamp; -} +} \ No newline at end of file