From 371fbbdaa8987b715bdd21d6adc4c9b20155f748 Mon Sep 17 00:00:00 2001 From: Tommi Virtanen Date: Thu, 11 Aug 2016 14:22:31 -0700 Subject: [PATCH] Whitespace --- options.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/options.go b/options.go index ddaa0cbf..65ce8a54 100644 --- a/options.go +++ b/options.go @@ -299,9 +299,9 @@ func OSXFUSELocations(paths ...OSXFUSEPaths) MountOption { // AllowNonEmptyMount allows the mounting over a non-empty directory. // -// The files in it will be shadowed by the freshly created mount. -// By default these mounts are rejected to prevent accidental covering up of -// data, which could for example prevent automatic backup. +// The files in it will be shadowed by the freshly created mount. By +// default these mounts are rejected to prevent accidental covering up +// of data, which could for example prevent automatic backup. func AllowNonEmptyMount() MountOption { return func(conf *mountConfig) error { conf.options["nonempty"] = ""