savoirfairelinux / cqfd

cqfd helps running commands inside the Docker container configured for your project, keeping the user and working directory the same inside the container
GNU General Public License v3.0
65 stars 31 forks source link

cqfd: fix syntax #112

Closed gportay closed 11 months ago

gportay commented 12 months ago

Most of the functions in the script do not use a space between the name and the parenthesis, and opens the curving brace in the same line.

This fixes syntax by removing the spaces between the function name and its parenthesis and opening the curging brace in the same line for the sake of consistancy.