Skip to content
Snippets Groups Projects
Commit ef9010a1 authored by stepan's avatar stepan
Browse files

Fix stylecheck issue

parent cfb80ade
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ public abstract class ListBuiltin extends RBuiltinNode {
/**
* Creates a shared permanent vector so that it can be re-used for every list(...) with the same
* arguments
* arguments.
*/
protected final RStringVector cachedArgNameVector(ArgumentsSignature signature) {
RStringVector result = argNameVector(signature);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment