diff --git a/base.txt b/base.txt index 9292d9c..d336282 100644 --- a/base.txt +++ b/base.txt @@ -2,5 +2,9 @@ This is some code that will be used later on in other commits // Adding some comments here public void doSomething() { + doSomethingElse() +} + +public void doSomethingElse() { } \ No newline at end of file