Skip to content

Commit

Permalink
remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
daumayr authored Feb 13, 2019
1 parent 571b0cb commit 893920f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/som/VM.java
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,6 @@ public void initalize(final SomLanguage lang) throws IOException {

assert objectSystem == null;
objectSystem = new ObjectSystem(new SourcecodeCompiler(lang), structuralProbe, this);

objectSystem.loadKernelAndPlatform(options.platformFile, options.kernelFile);

assert vmMirror == null : "VM seems to be initialized already";
Expand Down

0 comments on commit 893920f

Please sign in to comment.