Skip to content

Commit

Permalink
Typo fix and style consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
bkmgit authored Oct 2, 2023
1 parent 8f035d2 commit db92fff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/lua/echotest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ json = require('json')
-- We also import our own SDP helper utilities: you may have better ones
sdp = require('janus-sdp')
-- Let's also use our ugly stdout logger just for the fun of it: to add
-- some color to the text we use the lua-trm library
-- some color to the text we use the lua-term library
-- (https://github.com/hoelzro/lua-term)
colors = require "term.colors"
colors = require('term.colors')
logger = require('janus-logger')

-- Example details
Expand Down

0 comments on commit db92fff

Please sign in to comment.