Skip to content

Commit 162d56b

Browse files
author
jantje
committed
now correctly formatted
1 parent d4c9bd3 commit 162d56b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

io.sloeber.core/src/io/sloeber/core/managers/ArduinoPlatform.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ public File getPlatformFile() {
177177

178178
public Path getInstallPath() {
179179
String stPath = ConfigurationPreferences.getInstallationPath().append(Const.PACKAGES_FOLDER_NAME)
180-
.append(this.pkg.getName()).append(Const.ARDUINO_HARDWARE_FOLDER_NAME) // $NON-NLS-1$
181-
.append(this.architecture).append(this.version).toString();
180+
.append(this.pkg.getName()).append(Const.ARDUINO_HARDWARE_FOLDER_NAME).append(this.architecture)
181+
.append(this.version).toString();
182182
return Paths.get(stPath);
183183
}
184184

0 commit comments

Comments
 (0)