From e340a6b2ab9b98ca86a6657afbad8d225934f59b Mon Sep 17 00:00:00 2001 From: Tyler Dunn Date: Mon, 29 Apr 2024 11:17:11 -0400 Subject: [PATCH] Fix indentation of test_writeList_ofInt8() --- dart/test/flat_buffers_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dart/test/flat_buffers_test.dart b/dart/test/flat_buffers_test.dart index 853833a58ed..a66378d986a 100644 --- a/dart/test/flat_buffers_test.dart +++ b/dart/test/flat_buffers_test.dart @@ -697,7 +697,7 @@ class BuilderTest { } } - void test_writeList_ofInt8() { + void test_writeList_ofInt8() { List byteList; { Builder builder = Builder(initialSize: 0);