Skip to content

Commit 63d3a32

Browse files
committed
Remove empty line
1 parent 845655b commit 63d3a32

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

platform/mbed_assert.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
void mbed_assert_internal(const char *expr, const char *file, int line)
2424
{
2525
core_util_critical_section_enter();
26-
2726
mbed_error(MBED_ERROR_ASSERTION_FAILED, expr, 0, file, line);
2827
}
2928

0 commit comments

Comments
 (0)