Skip to content

Commit fccf981

Browse files
committed
refactor: remove whitespace
1 parent b2febdc commit fccf981

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/yup.spec.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -825,12 +825,12 @@ describe('yup', () => {
825825
author: Author
826826
title: String
827827
}
828-
828+
829829
interface Book2 {
830830
author: Author!
831831
title: String!
832832
}
833-
833+
834834
interface Author {
835835
books: [Book]
836836
name: String
@@ -870,19 +870,19 @@ describe('yup', () => {
870870
title: String!
871871
author: Author!
872872
}
873-
873+
874874
type Textbook implements Book {
875875
title: String!
876876
author: Author!
877877
courses: [String!]!
878878
}
879-
879+
880880
type ColoringBook implements Book {
881881
title: String!
882882
author: Author!
883883
colors: [String!]!
884884
}
885-
885+
886886
type Author {
887887
books: [Book!]
888888
name: String

0 commit comments

Comments
 (0)