lib/yard/server/commands/root_request_command.rb in yard-0.9.16 vs lib/yard/server/commands/root_request_command.rb in yard-0.9.17
- old
+ new
@@ -1,15 +1,15 @@
-# frozen_string_literal: true
-module YARD
- module Server
- module Commands
- # Serves requests from the root of the server
- class RootRequestCommand < Base
- include StaticFileHelpers
-
- def run
- static_template_file? || favicon? || not_found
- end
- end
- end
- end
-end
+# frozen_string_literal: true
+module YARD
+ module Server
+ module Commands
+ # Serves requests from the root of the server
+ class RootRequestCommand < Base
+ include StaticFileHelpers
+
+ def run
+ static_template_file? || favicon? || not_found
+ end
+ end
+ end
+ end
+end