Browse Source

undo formatter-induced changes

[ci skip]
Sebastian Stenzel 1 năm trước cách đây
mục cha
commit
ef22928e01

+ 4 - 4
src/main/java/org/cryptomator/ui/error/ErrorController.java

@@ -49,13 +49,13 @@ public class ErrorController implements FxController {
 	private static final String REPORT_BODY_TEMPLATE = """
 			OS: %s / %s
 			App: %s / %s
-						
+			
 			<!-- ✏ Please describe what happened as accurately as possible. -->
-						
+			
 			<!-- 📋 Please also copy and paste the detail text from the error window. -->
-						
+			
 			<!-- ℹ Text enclosed like this (chevrons, exclamation mark, two dashes) is not visible to others! -->
-						
+			
 			<!-- ❗ If the description or the detail text is missing, the discussion will be deleted. -->
 			""";