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/RemovableDriveOutputDevice
parentcfe1dd4fb6dbb3f8dee11189933e6ff82e4673eb (diff)
Fix code style
CURA-3712
Diffstat (limited to 'plugins/RemovableDriveOutputDevice')
-rw-r--r--plugins/RemovableDriveOutputDevice/plugin.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/RemovableDriveOutputDevice/plugin.json b/plugins/RemovableDriveOutputDevice/plugin.json
index d3e2a5f93d..668e66965d 100644
--- a/plugins/RemovableDriveOutputDevice/plugin.json
+++ b/plugins/RemovableDriveOutputDevice/plugin.json
@@ -1,8 +1,8 @@
{
"name": "Removable Drive Output Device Plugin",
"author": "Ultimaker B.V.",
- "description": "Provides removable drive hotplugging and writing support.",
+ "description": "Provides removable drive hotplugging and writing support.",
"version": "1.0",
"api": 4,
"i18n-catalog": "cura"
-} \ No newline at end of file
+}