Skip to content

Commit

Permalink
Initialize $ctx to suppress warnings
Browse files Browse the repository at this point in the history
See #152

Signed-off-by: Jimmy Tanagra <[email protected]>
  • Loading branch information
jimtng committed Sep 23, 2023
1 parent dcf9db3 commit 6acfcb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/openhab/log.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

require "forwardable"

$ctx ||= nil

module OpenHAB
# rubocop:disable Layout/LineLength

Expand Down

0 comments on commit 6acfcb3

Please sign in to comment.