diff --git a/tests/tableUtils.test.ts b/tests/tableUtils.test.ts
index f407355..813e4ae 100644
--- a/tests/tableUtils.test.ts
+++ b/tests/tableUtils.test.ts
@@ -64,7 +64,7 @@ describe("Table Utils tests", () => {
test("test valid initial data in SheetsXML", () => {
const defaultString =
- '0
1
';
+ '0
1
';
const sheetsXmlString = tableUtils.updateSheetsInitialData(defaultString, {
columnNames: ["Column1", "Column2"],
rows: [["1", "2"]],