Skip to content

Commit 7a92e8e

Browse files
committed
fix an indentation problem
1 parent 9d693ac commit 7a92e8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/processing/app/Library.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class Library extends LocalContribution {
2828
StringList packageList;
2929

3030
/** Per-platform exports for this library. */
31-
HashMap<String, String[]> exportList;
31+
HashMap<String, String[]> exportList;
3232

3333
/** Applet exports (cross-platform by definition). */
3434
String[] appletExportList;

0 commit comments

Comments
 (0)