Skip to content

Commit

Permalink
Remove space between keyboard icon and layout
Browse files Browse the repository at this point in the history
  • Loading branch information
aonemd committed Jan 29, 2018
1 parent 04b6c9e commit f3eaaf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/keyboard_layout.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ func main() {
layoutPattern, _ := regexp.Compile("layout:\\s+[a-z]+")
layout := strings.TrimSpace(strings.Split(layoutPattern.FindString(string(response)), ":")[1])

fmt.Println(fmt.Sprintf(" %s", layout[:2]))
fmt.Println(fmt.Sprintf("%s", layout[:2]))
}

0 comments on commit f3eaaf3

Please sign in to comment.