Unverified Commit 8f19ec96 authored by Clint Shryock's avatar Clint Shryock
Browse files

update doc formatting to 80 chars

parent 27f008bd
Showing with 3 additions and 5 deletions
+3 -5
......@@ -1344,11 +1344,9 @@ func (b *SystemBackend) handleTuneWriteCommon(ctx context.Context, path string,
resp.AddWarning(fmt.Sprintf("Upgrading mount from version %d to version %d. This mount will be unavailable for a brief period and will resume service shortly.", meVersion, optVersion))
}
} else {
// if version is not included in the
// options, and is present in the current
// mountEntry's options, copy it's value
// to the new options map to protect
// against accidental version downgrades
// if version is not included in the options, and is present in the
// current mountEntry's options, copy it's value to the new options map to
// protect against accidental version downgrades
if vers, ok := mountEntry.Options["version"]; ok {
options["version"] = vers
numBuiltIn++
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment