]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.spreadsheet/src/org/simantics/spreadsheet/CommandCellExecutor.java
Adopt spreadsheet changes made in Balas development
[simantics/platform.git] / bundles / org.simantics.spreadsheet / src / org / simantics / spreadsheet / CommandCellExecutor.java
index 2287c1f616f112c650877d6764d0270ef7b83f5b..84eaa00b50e4c734c3fb09d20c19aa1cae7a1b50 100644 (file)
@@ -14,7 +14,7 @@ package org.simantics.spreadsheet;
 
 
 public interface CommandCellExecutor {
-    
+
     void execute(int row, int column);
-    
+
 }