mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-28 16:34:28 +00:00
One more extra space
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user