about summary refs log tree commit diff stats
path: root/src/types/cell.nim
diff options
context:
space:
mode:
Diffstat (limited to 'src/types/cell.nim')
-rw-r--r--src/types/cell.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types/cell.nim b/src/types/cell.nim
index 87148389..ff5eafdd 100644
--- a/src/types/cell.nim
+++ b/src/types/cell.nim
@@ -109,7 +109,7 @@ func findFormatN*(line: FlexibleLine|SimpleFlexibleLine, pos: int): int =
   while i < line.formats.len:
     if line.formats[i].pos > pos:
       break
-    inc i 
+    inc i
   return i
 
 func findFormat*(line: FlexibleLine, pos: int): FormatCell =