2
2
mirror of https://github.com/octoleo/restic.git synced 2024-11-22 12:55:18 +00:00

Fix whitespace

This commit is contained in:
TobyLL 2017-10-19 15:52:06 +01:00
parent 9dba182e51
commit 9e3dde8ec7

View File

@ -302,8 +302,8 @@ func readLinesFromFile(filename string) ([]string, error) {
if line == "" { if line == "" {
continue continue
} }
// strip comments // strip comments
if strings.HasPrefix(line, "#") { if strings.HasPrefix(line, "#") {
continue continue
} }
lines = append(lines, line) lines = append(lines, line)