From 7435010dd4cf0e18a73692dd232f16f6a85fa846 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Wed, 13 Apr 2016 15:59:48 +0200 Subject: [PATCH] Code style: No whitespace at end of line Contributes to issue CURA-494. --- resources/machines/maker_starter.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/machines/maker_starter.json b/resources/machines/maker_starter.json index 182eb4666d..fa0613ac1b 100644 --- a/resources/machines/maker_starter.json +++ b/resources/machines/maker_starter.json @@ -9,7 +9,7 @@ "file_formats": "text/x-gcode;application/x-stl-ascii;application/x-stl-binary;application/x-wavefront-obj", "inherits": "fdmprinter.json", - "overrides": { + "overrides": { "machine_width": { "default": 210 }, "machine_depth": { "default": 185 }, "machine_height": { "default": 200 },