Skip to content

Commit

Permalink
refactor: use correct formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
JanDeDobbeleer committed Jan 8, 2021
1 parent 836763c commit 8a925b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/engine.go
Expand Up @@ -18,6 +18,7 @@ type engine struct {
rprompt string
}

// SegmentTiming holds the timing context for a segment
type SegmentTiming struct {
name string
nameLength int
Expand Down
4 changes: 2 additions & 2 deletions src/segment_language.go
Expand Up @@ -21,9 +21,9 @@ const (
DisplayModeAlways string = "always"
// DisplayModeContext displays the segment when the current folder contains certain extensions
DisplayModeContext string = "context"
// MissingCommandProperty sets the text to display when the command is not present in the system
// MissingCommandTextProperty sets the text to display when the command is not present in the system
MissingCommandTextProperty Property = "missing_command_text"
// MissingCommand displays empty string by default
// MissingCommandText displays empty string by default
MissingCommandText string = ""
)

Expand Down

0 comments on commit 8a925b8

Please sign in to comment.