From 7a92e8e60634694ca4087b8f95f2bb3f2831c0ff Mon Sep 17 00:00:00 2001 From: Rodrigo Bonifacio Date: Thu, 15 Jun 2017 13:01:27 -0300 Subject: [PATCH] fix an indentation problem --- app/src/processing/app/Library.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/processing/app/Library.java b/app/src/processing/app/Library.java index 761cd74fb..83c1d1dd0 100644 --- a/app/src/processing/app/Library.java +++ b/app/src/processing/app/Library.java @@ -28,7 +28,7 @@ public class Library extends LocalContribution { StringList packageList; /** Per-platform exports for this library. */ - HashMap exportList; + HashMap exportList; /** Applet exports (cross-platform by definition). */ String[] appletExportList;