-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pull request for issue #62 #120
base: core_integration
Are you sure you want to change the base?
Conversation
Exercise ex = | ||
projectMediator.tryGetExerciseForProject(projectInfo, courseDb); | ||
Exercise ex | ||
= projectMediator.tryGetExerciseForProject(projectInfo, courseDb); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel like indentation is not right here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Somehow netbeans put indentation automatically like that when I fomatted it....
@@ -0,0 +1,319 @@ | |||
# |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As nice as this core dump is, I'd say we don't really want to check it in :)
7a57698
to
c3f9c55
Compare
#62