Skip to content

Commit 2e873ad

Browse files
authored
clang-format: Update timeMenu.hpp
For reference; this gives error on my local machine with clang-format-18 (just like the Ubuntu Noble runner machine).
1 parent 4ca9355 commit 2e873ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Includes/timeMenu.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class tzData {
2424
int32_t stdbias,
2525
int32_t dstbias) :
2626
name(name), bias(bias), stdname(stdname), dstname(dstname), stdstart(stdstart),
27-
dststart(dststart), stdbias(stdbias), dstbias(dstbias) {};
27+
dststart(dststart), stdbias(stdbias), dstbias(dstbias){};
2828
};
2929

3030
class TimeItem : public MenuItem {

0 commit comments

Comments
 (0)