Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLipu Fei <lipu.fei815@gmail.com>2017-06-22 09:54:01 +0300
committerLipu Fei <lipu.fei815@gmail.com>2017-06-22 09:54:04 +0300
commit73f598ff9fe776a109f513b572a8f877e3beeb62 (patch)
tree5842eef00ac114cf33114d418e5b4b36fc60fb12 /plugins/GCodeWriter
parentcfe1dd4fb6dbb3f8dee11189933e6ff82e4673eb (diff)
Fix code style
CURA-3712
Diffstat (limited to 'plugins/GCodeWriter')
-rw-r--r--plugins/GCodeWriter/plugin.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/GCodeWriter/plugin.json b/plugins/GCodeWriter/plugin.json
index 3161183432..40b63a435c 100644
--- a/plugins/GCodeWriter/plugin.json
+++ b/plugins/GCodeWriter/plugin.json
@@ -5,4 +5,4 @@
"description": "Writes GCode to a file.",
"api": 4,
"i18n-catalog": "cura"
-} \ No newline at end of file
+}