1
0
Fork 0

Run formatter

pull/4/head
Danny McCormick 2019-05-21 14:45:27 -04:00
parent 6bd119002c
commit 140d6cd367
1 changed files with 6 additions and 2 deletions

View File

@ -28,7 +28,11 @@ export function issue(name: string, message: string) {
const CMD_PREFIX = '##['
class Command {
constructor(command: string, properties: {[key: string]: string}, message: string) {
constructor(
command: string,
properties: {[key: string]: string},
message: string
) {
if (!command) {
command = 'missing.command'
}