ruby: remove unused variable

This commit is contained in:
Ching Pei Yang 2025-08-23 13:52:27 +02:00
commit d2405c5d18
No known key found for this signature in database
GPG key ID: B3841364253DC4C8

View file

@ -60,7 +60,6 @@
diagnosticsProviders = {
rubocop = {
package = pkgs.rubyPackages.rubocop;
config.command = getExe cfg.format.package;
};
};
in {