]> git.lizzy.rs Git - loadnothing.git/blobdiff - stage2/src/vga.rs
cargo fmt
[loadnothing.git] / stage2 / src / vga.rs
index 22499b79add55a6fe44342b791562f18e53489af..901b91aba2a6d2e461cca2aa607d2d2b02b3753c 100644 (file)
@@ -90,7 +90,7 @@ impl Writer {
                 });
 
                 self.column_position.add_assign(1);
-            },
+            }
         }
     }