Skip to content

Commit 6b6eeb2

Browse files
committed
Fix end of line.
1 parent f749d3d commit 6b6eeb2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

cli/types/cypress-eventemitter.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ interface EventEmitter extends EventEmitter2 {
55
proxyTo: (cy: Cypress.cy) => null
66
emitMap: (eventName: string, args: any[]) => Array<(...args: any[]) => any>
77
emitThen: (eventName: string, args: any[]) => Bluebird.BluebirdStatic
8-
}
8+
}

cli/types/cypress-expect.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Cypress adds chai expect and assert to global
22
declare const expect: Chai.ExpectStatic
3-
declare const assert: Chai.AssertStatic
3+
declare const assert: Chai.AssertStatic

cli/types/cypress-global-vars.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ Cypress.version // => "1.4.0"
2121
Cypress._ // => Lodash _
2222
```
2323
*/
24-
declare const Cypress: Cypress.Cypress & EventEmitter
24+
declare const Cypress: Cypress.Cypress & EventEmitter

cli/types/cypress.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4778,4 +4778,4 @@ declare namespace Cypress {
47784778
```
47794779
*/
47804780
interface cy extends Chainable<undefined> {}
4781-
}
4781+
}

0 commit comments

Comments
 (0)