Skip to content

Commit

Permalink
added a missing 'auto function' comment to the cpp.snippet file
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoGaetzner authored and lpil committed Oct 17, 2021
1 parent be519f7 commit c28bef6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snippets/cpp.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ snippet try
}catch(${1}) {

}
# auto function
snippet af auto function
auto ${1:name}(${2}) -> ${3:void}
{
Expand Down

0 comments on commit c28bef6

Please sign in to comment.