File tree 2 files changed +7
-7
lines changed
cc/arduino/contributions/libraries
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -113,13 +113,13 @@ private void parseIndex(File file) throws IOException {
113
113
}
114
114
}
115
115
116
- public void setLibrariesFolders ( List <UserLibraryFolder > folders ) {
117
- this .librariesFolders = folders ;
116
+ public void setLibrariesFolders (List <UserLibraryFolder > folders ) {
117
+ this .librariesFolders = folders ;
118
118
}
119
-
120
- public void setLibrariesFoldersAndRescan ( List <UserLibraryFolder > folders ) {
121
- setLibrariesFolders (folders );
122
- rescanLibraries ();
119
+
120
+ public void setLibrariesFoldersAndRescan (List <UserLibraryFolder > folders ) {
121
+ setLibrariesFolders (folders );
122
+ rescanLibraries ();
123
123
}
124
124
125
125
public List <UserLibraryFolder > getLibrariesFolders () {
Original file line number Diff line number Diff line change @@ -678,7 +678,7 @@ static public void onBoardOrPortChange() {
678
678
if (getTargetPlatform () != null ) {
679
679
librariesIndexer .setArchitecturePriority (getTargetPlatform ().getId ());
680
680
}
681
-
681
+
682
682
librariesIndexer .rescanLibraries ();
683
683
684
684
populateImportToLibraryTable ();
You can’t perform that action at this time.
0 commit comments