Skip to content

Commit

Permalink
unnecessary bang
Browse files Browse the repository at this point in the history
  • Loading branch information
whiteleaf7 committed Jun 27, 2021
1 parent d07720e commit a29e258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/downloader.rb
Expand Up @@ -1307,6 +1307,6 @@ def init_novel_dir

def replace_external_properties_of_setting
@setting["title"] = @setting["title"].delete("\r\n")
@setting["author"] = @setting["author"].delete!("\r\n")
@setting["author"] = @setting["author"].delete("\r\n")
end
end

0 comments on commit a29e258

Please sign in to comment.