Skip to content

Commit

Permalink
Remove empty prints
Browse files Browse the repository at this point in the history
  • Loading branch information
spoutn1k authored and djc committed Nov 15, 2024
1 parent e84863a commit 0d8ec56
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions tests/render.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1288,7 +1288,6 @@ Str("⠁ 1")
Str("")
NewLine
Str("⠁ 2")
Str("")
Flush
Up(3)
Clear
Expand All @@ -1309,7 +1308,6 @@ Str("⠁ 1")
Str("")
NewLine
Str("⠁ 2")
Str("")
Flush
Up(3)
Clear
Expand All @@ -1330,7 +1328,6 @@ Str("⠁ 1")
Str("")
NewLine
Str("⠁ 2")
Str("")
Flush
Up(3)
Clear
Expand All @@ -1351,7 +1348,6 @@ Str("⠁ 1")
Str("")
NewLine
Str("⠁ 2")
Str("")
Flush
"#
);
Expand Down Expand Up @@ -1387,7 +1383,6 @@ Str("⠁ 1")
Str("")
NewLine
Str("⠁ 2")
Str("")
Flush
"#
);
Expand All @@ -1414,7 +1409,6 @@ Str("⠁ 3")
Str("")
NewLine
Str("⠁ 4")
Str("")
Flush
Up(3)
Clear
Expand All @@ -1435,7 +1429,6 @@ Str("⠁ 4")
Str("")
NewLine
Str("⠁ 5")
Str("")
Flush
Up(3)
Clear
Expand Down Expand Up @@ -1498,7 +1491,6 @@ Str("⠁ 6")
Str(" ")
Flush
Clear
Str("")
Flush
"#
);
Expand Down Expand Up @@ -1608,7 +1600,6 @@ Str("⠁ 1")
Str("")
NewLine
Str("⠁ 2")
Str("")
Flush
Up(3)
Clear
Expand All @@ -1629,7 +1620,6 @@ Str("⠁ 1")
Str("")
NewLine
Str("⠁ 2")
Str("")
Flush
Up(3)
Clear
Expand All @@ -1650,7 +1640,6 @@ Str("⠁ 1")
Str("")
NewLine
Str("⠁ 2")
Str("")
Flush
Up(3)
Clear
Expand All @@ -1671,7 +1660,6 @@ Str("⠁ 1")
Str("")
NewLine
Str("⠁ 2")
Str("")
Flush
"#
);
Expand Down Expand Up @@ -1709,7 +1697,6 @@ Str("⠁ 1")
Str("")
NewLine
Str("⠁ 2")
Str("")
Flush
"#
);
Expand Down Expand Up @@ -1746,7 +1733,6 @@ Str("⠁ 1")
Str("")
NewLine
Str("⠁ 2")
Str("")
Flush
"#
);
Expand Down Expand Up @@ -1778,7 +1764,6 @@ Str("⠁ 2")
Str("")
NewLine
Str("⠁ 4")
Str("")
Flush
Up(3)
Clear
Expand Down

0 comments on commit 0d8ec56

Please sign in to comment.