Skip to content

Commit 2d4f7d5

Browse files
committed
Fix cfg attribute formatting
1 parent 2234b47 commit 2d4f7d5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/by-util/test_tail.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -636,10 +636,7 @@ fn test_follow_multiple() {
636636
}
637637

638638
#[test]
639-
#[cfg(all(
640-
not(target_vendor = "apple"),
641-
not(target_os = "windows")
642-
))] // FIXME: test times out
639+
+#[cfg(all(not(target_vendor = "apple"), not(target_os = "windows")))] // FIXME: test times out
643640
fn test_follow_name_multiple() {
644641
// spell-checker:disable-next-line
645642
for argument in ["--follow=name", "--follo=nam", "--f=n"] {

0 commit comments

Comments
 (0)