mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
One more extra space
This commit is contained in:
parent
7beb2b65a4
commit
b4e1dca9cf
@ -154,7 +154,7 @@ interface SomeStamp extends stampit.Stamp {
|
||||
}
|
||||
|
||||
const SomeStamp = stampit()
|
||||
.init(function (params: { a: number; b: boolean}) {
|
||||
.init(function(params: { a: number; b: boolean}) {
|
||||
this.a = '' + a;
|
||||
this.b = '' + b;
|
||||
}) as SomeStamp;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user