diff options
| author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2022-03-18 12:12:39 +0100 |
|---|---|---|
| committer | Caleb Maclennan <caleb@alerque.com> | 2022-03-19 17:13:15 +0300 |
| commit | 601ad8d59f11d7180015d0ecfb9d0a8d67f6f5c1 (patch) | |
| tree | e3b9c152b9ff8a431d1431edb0a42d051d256f13 /samples | |
| parent | 480c05257211b3e566f33fdf8cf051233e2dab30 (diff) | |
| download | luasocket-601ad8d59f11d7180015d0ecfb9d0a8d67f6f5c1.tar.gz luasocket-601ad8d59f11d7180015d0ecfb9d0a8d67f6f5c1.tar.bz2 luasocket-601ad8d59f11d7180015d0ecfb9d0a8d67f6f5c1.zip | |
refactor: Address issues raised by linter
Diffstat (limited to 'samples')
| -rw-r--r-- | samples/cddb.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/cddb.lua b/samples/cddb.lua index 49a1871..59d5a44 100644 --- a/samples/cddb.lua +++ b/samples/cddb.lua | |||
| @@ -26,7 +26,7 @@ function parse(body) | |||
| 26 | data[key] = value | 26 | data[key] = value |
| 27 | end | 27 | end |
| 28 | end | 28 | end |
| 29 | return data, code, message | 29 | return data, code, message |
| 30 | end | 30 | end |
| 31 | 31 | ||
| 32 | local host = socket.dns.gethostname() | 32 | local host = socket.dns.gethostname() |
