Browse Source

:rotating_light: Fixing linter warnings

Danilo Guanabara 1 month ago
parent
commit
dcd64c8e99
1 changed files with 0 additions and 5 deletions
  1. 0 5
      examples/system-with-6-components/src/lib.rs

+ 0 - 5
examples/system-with-6-components/src/lib.rs

@@ -19,9 +19,4 @@ pub mod with_6_components {
         pub small5: Small,
         pub small5: Small,
         pub small6: Small,
         pub small6: Small,
     }
     }
-<<<<<<< HEAD
 }
 }
-=======
-
-}
->>>>>>> faa205c (:white_check_mark: Profiling system with 1 to 10 components)