Skip to content

Commit aac0fda

Browse files
Macleykunairsquared
authored andcommitted
Fix indentation & no-missing-end-of-source-newline
Reported by codacy, though i send you a pull for this small fix. The empty line on 31 is supposed to fix the no-missing-end-of-source-newline warning. Sadly can't help with the java stuff, tho the issues/warnings seem to be consitent. Also, would you like to have your workflow changed to automatically make a new release?
1 parent 9bddfee commit aac0fda

File tree

1 file changed

+5
-5
lines changed
  • src/main/resources/airsquared/blobsaver/app

1 file changed

+5
-5
lines changed

src/main/resources/airsquared/blobsaver/app/app.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
*/
1818

1919
.label {
20-
-fx-font-size: 15;
20+
-fx-font-size: 15;
2121
}
2222

2323
.savedDeviceButton {
24-
-fx-max-width: Infinity;
25-
-fx-pref-width: Infinity;
24+
-fx-max-width: Infinity;
25+
-fx-pref-width: Infinity;
2626
}
2727

2828
#savedDevicesVBox {
29-
-fx-background-color: white;
30-
}
29+
-fx-background-color: white;
30+
}

0 commit comments

Comments
 (0)