• Paul Slaughter's avatar
    Clean up extra whitespace in specs · 198a5886
    Paul Slaughter authored
    These files were updated automatically with this script:
    
    ```
    result="$(awk '/[{\[]$/ { printf("%s\t", $0); next } 1' $1)"
    echo "$result" > $1
    yarn prettier --write $1
    ```
    198a5886
actions_spec.js 11.4 KB