]> git.lizzy.rs Git - loadnothing.git/commitdiff
cargo fmt
authorHimbeerserverDE <himbeerserverde@gmail.com>
Sun, 18 Sep 2022 16:37:12 +0000 (18:37 +0200)
committerHimbeerserverDE <himbeerserverde@gmail.com>
Sun, 18 Sep 2022 16:37:12 +0000 (18:37 +0200)
stage2/src/main.rs
stage2/src/vga.rs

index 4894afbeca33e0cb1d1f45b0bfce158a512baae4..5e519f76cb7b5baf92655e1b3ea440dc228db9d1 100644 (file)
@@ -1,6 +1,5 @@
 #![no_std]
 #![no_main]
-
 #![warn(clippy::arithmetic)]
 
 mod vga;
index 22499b79add55a6fe44342b791562f18e53489af..901b91aba2a6d2e461cca2aa607d2d2b02b3753c 100644 (file)
@@ -90,7 +90,7 @@ impl Writer {
                 });
 
                 self.column_position.add_assign(1);
-            },
+            }
         }
     }