lib/yard/server/commands/static_file_command.rb in yard-0.9.5 vs lib/yard/server/commands/static_file_command.rb in yard-0.9.6

- old
+ new

@@ -1,5 +1,6 @@ +# frozen_string_literal: true module YARD module Server module Commands # Serves static content when no other router matches a request class StaticFileCommand < LibraryCommand @@ -17,6 +18,6 @@ static_template_file? || not_found end end end end -end \ No newline at end of file +end