forked from TrueCloudLab/restic
Fix whitespace
This commit is contained in:
parent
9dba182e51
commit
9e3dde8ec7
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue