Skip to content

Commit dc4e02e

Browse files
committed
unfck lint.
1 parent 7ec5fc4 commit dc4e02e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

include/fast_float/float_common.h

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -229,16 +229,12 @@ using parse_options = parse_options_t<char>;
229229

230230
#ifndef FASTFLOAT_ASSERT
231231
#define FASTFLOAT_ASSERT(x) \
232-
{ \
233-
((void)(x)); \
234-
}
232+
{ ((void)(x)); }
235233
#endif
236234

237235
#ifndef FASTFLOAT_DEBUG_ASSERT
238236
#define FASTFLOAT_DEBUG_ASSERT(x) \
239-
{ \
240-
((void)(x)); \
241-
}
237+
{ ((void)(x)); }
242238
#endif
243239

244240
// rust style `try!()` macro, or `?` operator

0 commit comments

Comments
 (0)