Skip to content

Commit e84ef6c

Browse files
committed
better style
1 parent 0d9efd9 commit e84ef6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

types.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ declare module 'dbus-next' {
100100

101101
export class NameFlag {
102102
static ALLOW_REPLACEMENT: number;
103-
static REPLACE_EXISTING: number
104-
static DO_NOT_QUEUE: number
103+
static REPLACE_EXISTING: number;
104+
static DO_NOT_QUEUE: number;
105105
}
106106

107107
export class RequestNameReply {

0 commit comments

Comments
 (0)