Skip to content

Commit

Permalink
Merge pull request #19 from utilitywarehouse/css-file-output
Browse files Browse the repository at this point in the history
Cosmetic improvements
  • Loading branch information
ribbybibby authored Aug 20, 2021
2 parents 35be4e9 + fbe67e7 commit 345f1fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion run/applier.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func (l *tfLogger) Printf(format string, v ...interface{}) {
log.Info("+ %s", msg)
// Write the command to the output with a faux shell prompt and a new
// line at the end. This aids readability.
fmt.Fprint(l.w, "$ "+msg+"\n")
fmt.Fprint(l.w, fmt.Sprintf("\n$ %s\n", msg))
}

func (a *Applier) applyModule(ctx context.Context, modulePath string) (string, error) {
Expand Down
1 change: 0 additions & 1 deletion static/stylesheets/main.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
pre.file-output {
font-family: Monaco;
font-size: 10px;
}

Expand Down

0 comments on commit 345f1fb

Please sign in to comment.