Formatted all files to the same standard
This commit is contained in:
@@ -3,7 +3,7 @@ package com.iluwatar;
|
||||
public abstract class Expression {
|
||||
|
||||
public abstract int interpret();
|
||||
|
||||
|
||||
@Override
|
||||
public abstract String toString();
|
||||
}
|
||||
|
Reference in New Issue
Block a user