소스 검색

removed extra tabs generated by reformat code

Jan-Peter Klein 1 년 전
부모
커밋
12b38ad8c8
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      src/main/java/org/cryptomator/ui/error/ErrorController.java

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

@@ -45,13 +45,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. -->
 			""";