Skip to content

Commit

Permalink
Autofix: tslint
Browse files Browse the repository at this point in the history
[atomist:generated]
  • Loading branch information
atomist-bot committed Jul 15, 2018
1 parent 819a10b commit 014dd90
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,4 @@ async function reportEndAndClose(result: any, start: number, progressLog: Progre
progressLog.write(`Duration: ${formatDuration(Date.now() - start)}`);
progressLog.write(`---`);
await progressLog.close();
}
}
2 changes: 1 addition & 1 deletion src/handlers/events/delivery/goals/k8s/launchGoalK8.ts
Original file line number Diff line number Diff line change
Expand Up @@ -273,4 +273,4 @@ async function readKubernetesSpec(p: GitProject, name: string): Promise<string>
} else {
return undefined;
}
}
}
2 changes: 1 addition & 1 deletion src/handlers/events/delivery/goals/resetGoals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,4 @@ export function tipOfBranch(repo: RepoBranchTips.Repo, branchName: string) {
throw new Error("Branch not found: " + branchName);
}
return branchData.commit.sha;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ export const NpmProgressTests: ProgressTest[] = [{
/**
* Default ReportProgress for our NPM-based builds
*/
export const NpmProgressReporter: ReportProgress = testProgressReporter(...NpmProgressTests);
export const NpmProgressReporter: ReportProgress = testProgressReporter(...NpmProgressTests);
2 changes: 1 addition & 1 deletion src/pack/well-known-goals/commonGoals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ export const LocalEndpointGoal = new GoalWithPrecondition({
*/
export const NoGoals = new Goals(
"No action needed",
NoGoal);
NoGoal);

0 comments on commit 014dd90

Please sign in to comment.