mirror of
https://gitea.invidious.io/iv-org/shard-kemal.git
synced 2024-08-15 00:53:36 +00:00
Remove unnecessary type annotations
This commit is contained in:
parent
b3ebf40201
commit
c9b206d1d6
2 changed files with 0 additions and 3 deletions
|
@ -3,8 +3,6 @@ require "option_parser"
|
|||
module Kemal
|
||||
# Handles all the initialization from the command line.
|
||||
class CLI
|
||||
@config : Kemal::Config
|
||||
@key_file : String
|
||||
|
||||
def initialize
|
||||
@ssl_enabled = false
|
||||
|
|
|
@ -19,7 +19,6 @@ module Kemal
|
|||
@logger = nil
|
||||
@error_handler = nil
|
||||
@always_rescue = true
|
||||
@run = false
|
||||
end
|
||||
|
||||
def logger
|
||||
|
|
Loading…
Reference in a new issue