Skip to content

Commit 2431854

Browse files
committed
indentation
1 parent 44bdc36 commit 2431854

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/processing/mode/android/Devices.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ class Devices {
5555
"Make sure that the device has USB debugging enabled, and that the required " +
5656
"USB drivers are installed on Windows, and that permissions are properly configured on Linux. " +
5757
"Also, on Linux, don't set the USB configuration to \"charging\" while debugging.<br><br>" +
58-
"Read this guide on <a href=\"" + DEVICE_PERMISSIONS_URL + "\">runnings apps on hardware device</a> " +
59-
"for more details.";
58+
"Read this guide on <a href=\"" + DEVICE_PERMISSIONS_URL + "\">runnings apps on hardware device</a> " +
59+
"for more details.";
6060

6161
private static final Devices INSTANCE = new Devices();
6262

0 commit comments

Comments
 (0)