Skip to content

Commit b283f03

Browse files
chore: run cargo fmt
1 parent 6d80fb7 commit b283f03

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

tests/src/integration/array.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#[test]
22
fn binary_works() {
33
assert!(crate::integration::run_php("array.php"));
4-
}
4+
}

tests/src/integration/binary.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#[test]
22
fn binary_works() {
33
assert!(crate::integration::run_php("binary.php"));
4-
}
4+
}

tests/src/integration/bool.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#[test]
22
fn bool_works() {
33
assert!(crate::integration::run_php("bool.php"));
4-
}
4+
}

tests/src/integration/callable.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#[test]
22
fn callable_works() {
33
assert!(crate::integration::run_php("callable.php"));
4-
}
4+
}

tests/src/integration/class.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#[test]
22
fn class_works() {
33
assert!(crate::integration::run_php("class.php"));
4-
}
4+
}

tests/src/integration/closure.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#[test]
22
fn closure_works() {
33
assert!(crate::integration::run_php("closure.php"));
4-
}
4+
}

tests/src/integration/nullable.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#[test]
22
fn nullable_works() {
33
assert!(crate::integration::run_php("nullable.php"));
4-
}
4+
}

tests/src/integration/number.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#[test]
22
fn number_works() {
33
assert!(crate::integration::run_php("number.php"));
4-
}
4+
}

tests/src/integration/object.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#[test]
22
fn object_works() {
33
assert!(crate::integration::run_php("object.php"));
4-
}
4+
}

tests/src/integration/string.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#[test]
22
fn string_works() {
33
assert!(crate::integration::run_php("string.php"));
4-
}
4+
}

0 commit comments

Comments
 (0)