Skip to content
Prev Previous commit
Next Next commit
fmt
  • Loading branch information
rzvxa committed Aug 9, 2024
commit 9c0860e729ce0f93aed31863c48c289f0d13f9a5
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,12 @@ fn test() {
"module foo {}",
"module A.B {}",
"declare module foo {}",
"
declare module foo {
declare module bar {}
}
",
"declare module foo {
declare module bar {}
}",
"declare global {
module foo {}
}
",
}",
];

let fix = vec![
Expand Down