Skip to content

Commit 7af8613

Browse files
committed
style: clean
1 parent d207dbf commit 7af8613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/control/ContextReceiver.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ namespace ContextReceiver {
2525
metadata.add('Authentication', config.authorization);
2626
callback(null, metadata);
2727
}
28-
)) : grpc.credentials.createInsecure(),
28+
)) : grpc.credentials.createInsecure()
2929
);
3030
}
3131

0 commit comments

Comments
 (0)