Skip to content

Commit 0f70893

Browse files
committed
Fix end of line.
1 parent 5f30d8e commit 0f70893

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
@@ -4789,4 +4789,4 @@ declare namespace Cypress {
47894789
```
47904790
*/
47914791
interface cy extends Chainable<undefined> {}
4792-
}
4792+
}

0 commit comments

Comments
 (0)