Skip to content

Commit

Permalink
style: remove newline
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian Jucker <[email protected]>
  • Loading branch information
juckerf committed Sep 5, 2023
1 parent 6a31685 commit 2570f45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/providers/onepasswordconnect/onepasswordconnect.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ func (p *provider) GetString(key string) (string, error) {
data[key] = f.Value
key = strings.Join([]string{f.Section.ID, f.ID}, ".")
data[key] = f.Value

}
}
var yamlData []byte
Expand Down

0 comments on commit 2570f45

Please sign in to comment.