prettier/tests/trailing_whitespace/trailing.js

11 lines
172 B
JavaScript

export type Result<T, V> = | { kind: "not-test-editor1" } | { kind: "not-test-editor2" };
// Note: there are trailing whitespace in this file
`
` + `
`;