Skip to content

Commit 2ea8504

Browse files
committed
Fix markdown of CONTRIBUTING.md
1 parent 5410069 commit 2ea8504

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CONTRIBUTING.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ repository.**
3636
* Load function arguments into local variables for readability:
3737

3838
function do_stuff()
39-
{
40-
local ruby="$1"
41-
local version="$2"
42-
# ...
43-
}
39+
{
40+
local ruby="$1"
41+
local version="$2"
42+
# ...
43+
}
4444

4545
* Explicitly return error codes with `|| return $?`.
4646
* Keep branching logic to a minimum.

0 commit comments

Comments
 (0)