Skip to content
Snippets Groups Projects
Verified Commit 280d596a authored by Louis's avatar Louis :fire:
Browse files

Fix lint spacing errors

parent f6530985
No related branches found
No related tags found
No related merge requests found
Pipeline #626 failed with stage
in 18 seconds
...@@ -247,7 +247,7 @@ impl TileMatcher { ...@@ -247,7 +247,7 @@ impl TileMatcher {
/// ``` /// ```
/// # use micro_autotile::{TileMatcher, TileLayout}; /// # use micro_autotile::{TileMatcher, TileLayout};
/// let rule_input: Vec<i64> = vec![ /// let rule_input: Vec<i64> = vec![
/// 100, -100, 100, /// 100, -100, 100,
/// 0, 5, 0, /// 0, 5, 0,
/// 0, 0, 0 /// 0, 0, 0
/// ]; /// ];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment