From fd3c69a905295caf754ce0837bda04e68ecf7aff Mon Sep 17 00:00:00 2001 From: Saracen Date: Thu, 9 May 2019 02:14:00 +0100 Subject: [PATCH] Replace tabs with spaces. --- scripts/system/edit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/system/edit.js b/scripts/system/edit.js index 77b14d9620..371a8d48ca 100644 --- a/scripts/system/edit.js +++ b/scripts/system/edit.js @@ -863,7 +863,7 @@ var toolBar = (function () { addButton("newShapeButton", function () { createNewEntity({ type: "Shape", - shape: "Cube", + shape: "Cube", }); });