Skip to content
Snippets Groups Projects
Commit b8b01403 authored by Jack Nagel's avatar Jack Nagel
Browse files

Remove redundant return

parent 9fd5953e
No related branches found
No related tags found
No related merge requests found
......@@ -66,6 +66,5 @@ module StringInreplaceExtension
def get_make_var flag
m = match Regexp.new("^#{flag}[ \\t]*=[ \\t]*(.*)$")
return m[1] if m
return nil
end
end
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