Skip to content

Commit

Permalink
Undo tab indent
Browse files Browse the repository at this point in the history
  • Loading branch information
xxDark committed Apr 11, 2024
1 parent 6bf3fdb commit a0d2b3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public void asyncNewWorkspace(@Nonnull Path primaryPath, @Nonnull List<Path> sup

// Wrap into workspace and assign it
Workspace workspace = new BasicWorkspace(primaryResource, supportingResources);
workspaceManager.setCurrent(workspace);
workspaceManager.setCurrent(workspace);
} catch (Throwable t) {
errorHandling.accept(t);
}
Expand Down

0 comments on commit a0d2b3f

Please sign in to comment.