Commit dcafd476 authored by Filipa Lacerda's avatar Filipa Lacerda

Removes trailing whitespace

parent 3c383f9f
...@@ -16,7 +16,6 @@ $(() => { ...@@ -16,7 +16,6 @@ $(() => {
gl.EnvironmentsListApp.$destroy(true); gl.EnvironmentsListApp.$destroy(true);
} }
const filterState = (state) => (environment) => environment.state === state && environment; const filterState = (state) => (environment) => environment.state === state && environment;
// recursiveMap :: (Function, Array) -> Array // recursiveMap :: (Function, Array) -> Array
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment