Skip to content

Commit f8125e0

Browse files
committed
Format sources
1 parent 9303933 commit f8125e0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/flipper_format/flipper_format.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,6 @@ bool flipper_format_write_comment_cstr(FlipperFormat* flipper_format, const char
403403
return flipper_format_stream_write_comment_cstr(flipper_format->stream, data);
404404
}
405405

406-
407406
bool flipper_format_write_empty_line(FlipperFormat* flipper_format) {
408407
furi_check(flipper_format);
409408
return flipper_format_stream_write_eol(flipper_format->stream);

0 commit comments

Comments
 (0)