Skip to content

Commit

Permalink
Fix indentation of test_writeList_ofInt8()
Browse files Browse the repository at this point in the history
  • Loading branch information
NotTsunami committed Apr 29, 2024
1 parent f68c096 commit e340a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dart/test/flat_buffers_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ class BuilderTest {
}
}

void test_writeList_ofInt8() {
void test_writeList_ofInt8() {
List<int> byteList;
{
Builder builder = Builder(initialSize: 0);
Expand Down

0 comments on commit e340a6b

Please sign in to comment.