# HG changeset patch # User Matthew Wild # Date 1592227427 -3600 # Node ID 2d57c49bfa1271d642cd42ac89538630eeb5b05f # Parent b4daa697a7ea4e2af0edb605ac26edaa3cafcfbc util.gc: Linter fixes [luacheck] diff -r b4daa697a7ea -r 2d57c49bfa12 util/gc.lua --- a/util/gc.lua Mon Jun 15 14:16:34 2020 +0100 +++ b/util/gc.lua Mon Jun 15 14:23:47 2020 +0100 @@ -1,4 +1,3 @@ -local array = require "util.array"; local set = require "util.set"; local known_options = { @@ -41,7 +40,7 @@ user.minor_threshold or defaults.minor_threshold, user.major_threshold or defaults.major_threshold ); - end + end return true; end