From 3f440a448153a84b0ae68eef53073cf1811b15ea Mon Sep 17 00:00:00 2001 From: digitalfrost Date: Wed, 10 Aug 2022 10:18:15 +0200 Subject: [PATCH] repositories.md: remove extra whitespace Remove extra whitespace. --- docs/repositories.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/repositories.md b/docs/repositories.md index 9e2b8ad5d4..2e3b5c9bdf 100644 --- a/docs/repositories.md +++ b/docs/repositories.md @@ -7,7 +7,7 @@ Cura uses a number of repositories where parts of our source code are separated, - specific tools for handling 3D printed models - pretty much all of the GUI - Ultimaker services such as the Marketplace and accounts. -* [Uranium](https://github.com/Ultimaker/Uranium) the underlying framework the Cura repository is built on . [Uranium](https://github.com/Ultimaker/Uranium) is a framework for desktop applications that handle 3D models and have a separate back-end. This provides Cura with: +* [Uranium](https://github.com/Ultimaker/Uranium) the underlying framework the Cura repository is built on. [Uranium](https://github.com/Ultimaker/Uranium) is a framework for desktop applications that handle 3D models and have a separate back-end. This provides Cura with: - a basic GUI framework ([Qt](https://www.qt.io/)) - a 3D scene, a rendering system - a plug-in system