mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-14 07:29:02 +03:00
clean up comment
This commit is contained in:
parent
2c20d79cb8
commit
8ce195998a
@ -16,7 +16,6 @@ const CYCLE_ELEMENTS: [&str; 4] = ["+-----+", "| ", "| |", "+-<---+"];
|
||||
#[cfg(not(windows))]
|
||||
const CYCLE_ELEMENTS: [&str; 4] = ["┌─────┐", "│ ", "│ ↓", "└─────┘"];
|
||||
|
||||
// trick to branch in a const. Can be replaced by an if when that is merged into rustc
|
||||
const CYCLE_TOP: &str = CYCLE_ELEMENTS[0];
|
||||
const CYCLE_LN: &str = CYCLE_ELEMENTS[1];
|
||||
const CYCLE_MID: &str = CYCLE_ELEMENTS[2];
|
||||
|
Loading…
Reference in New Issue
Block a user