Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
tv42 committed Aug 11, 2016
1 parent 1453c89 commit 371fbbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions options.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"] = ""
Expand Down

0 comments on commit 371fbbd

Please sign in to comment.