Skip to content

Commit

Permalink
rubocop: Style/LineEndConcatenation
Browse files Browse the repository at this point in the history
in an unusual case
  • Loading branch information
mvidner committed Dec 10, 2014
1 parent 183b843 commit 5351b49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/include/nfs/ui.rb
Expand Up @@ -435,9 +435,9 @@ def GetFstabEntry(fstab_ent, existing)
helptext = Ops.add(
helptext,
_(
"<p>\t\t\n" +
"<p>\t\t\n" \
"For <b>Mount Point</b>, enter the path in the local " \
"file system where the directory should be mounted. With\n" +
"file system where the directory should be mounted. With\n" \
"<b>Browse</b>, select your mount point\n" \
"interactively.</p>"
)
Expand Down

0 comments on commit 5351b49

Please sign in to comment.