fmt fixes

This commit is contained in:
RogueMaster
2022-11-02 19:24:48 -04:00
parent ac08140a0c
commit 943809f385
20 changed files with 69 additions and 70 deletions

View File

@@ -346,8 +346,8 @@ static void render_callback(Canvas* const canvas, void* ctx) {
case 9:
number_9(canvas, isOnRight, editingMarkerPosition[index]);
break;
default:
break;
default:
break;
}
}