mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
Drop unnecessary comments
This commit is contained in:
parent
2c6975e908
commit
c61b11e88f
1 changed files with 3 additions and 3 deletions
|
@ -106,7 +106,7 @@ mod test_format {
|
||||||
#[test]
|
#[test]
|
||||||
fn single_def() {
|
fn single_def() {
|
||||||
assert_formats_same(indoc!(
|
assert_formats_same(indoc!(
|
||||||
r#"# comment to reset indentation
|
r#"
|
||||||
x = 5
|
x = 5
|
||||||
|
|
||||||
42
|
42
|
||||||
|
@ -117,7 +117,7 @@ mod test_format {
|
||||||
#[test]
|
#[test]
|
||||||
fn two_defs() {
|
fn two_defs() {
|
||||||
assert_formats_same(indoc!(
|
assert_formats_same(indoc!(
|
||||||
r#"# comment to reset indentation
|
r#"
|
||||||
x = 5
|
x = 5
|
||||||
y = 10
|
y = 10
|
||||||
|
|
||||||
|
@ -129,7 +129,7 @@ mod test_format {
|
||||||
#[test]
|
#[test]
|
||||||
fn record_destructuring() {
|
fn record_destructuring() {
|
||||||
assert_formats_same(indoc!(
|
assert_formats_same(indoc!(
|
||||||
r#"# comment to reset indentation
|
r#"
|
||||||
{ x, y } = 5
|
{ x, y } = 5
|
||||||
|
|
||||||
42
|
42
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue