Skip to content

Commit

Permalink
linting fix
Browse files Browse the repository at this point in the history
Signed-off-by: alon-tchelet <alon.tchelet@streamunlimited.com>
  • Loading branch information
alon-tchelet committed Jun 25, 2024
1 parent 7f024e2 commit 4b9bcdd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/SmartThings/harman-luxury/src/hl_websocket.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
local log = require "log"

local CloseCode = require"lustre.frame.close".CloseCode
local Config = require"lustre".Config
local ws = require"lustre".WebSocket
local CloseCode = require "lustre.frame.close".CloseCode
local Config = require "lustre".Config
local ws = require "lustre".WebSocket

local cosock = require "cosock"
local socket = require "cosock.socket"
Expand Down

0 comments on commit 4b9bcdd

Please sign in to comment.