Completed
Pull Request — master (#467)
by
unknown
16:58
created
formats/Gantt/GanttPrinter.php 1 patch
Unused Use Statements   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -16,11 +16,11 @@
 block discarded – undo
16 16
 
17 17
 namespace SRF\Gantt;
18 18
 
19
-use SMWOutputs;
20
-use SMWQueryResult;
21
-use SMWResultPrinter;
22
-use SMWDITime;
23
-use SMWDIBlob;
19
+use SMWOutputs;
20
+use SMWQueryResult;
21
+use SMWResultPrinter;
22
+use SMWDITime;
23
+use SMWDIBlob;
24 24
 use Html;
25 25
 
26 26
 class GanttPrinter extends SMWResultPrinter {
Please login to merge, or discard this patch.