diff --git a/runtime/include/panic.h b/runtime/include/panic.h index 3a4227f..509a45f 100644 --- a/runtime/include/panic.h +++ b/runtime/include/panic.h @@ -12,4 +12,4 @@ panic(const char *format, ...) vfprintf(stderr, format, args); va_end(args); assert(0); -} \ No newline at end of file +}