Skip to content

Commit

Permalink
style(Lein Job): code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentpetit committed Oct 16, 2014
1 parent 5356436 commit b0ed4a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public IStatus runInWorkspace(IProgressMonitor monitor) throws CoreException {
System.out.println("CREATING LEININGEN PROJECT " + project.getName());
leinHandlers._("add-leiningen-nature-with-monitor", project, monitor);
}
return Status.OK_STATUS;
} catch (Exception e) {
e.printStackTrace();
return CCWPlugin.createErrorStatus(
Expand All @@ -56,7 +57,6 @@ public IStatus runInWorkspace(IProgressMonitor monitor) throws CoreException {
+ project.getName(),
e);
}
return Status.OK_STATUS;
}

private boolean checkLeiningenProjectConsistency(IProject project) {
Expand Down

0 comments on commit b0ed4a4

Please sign in to comment.