Skip to content

Commit

Permalink
chore(code-snippets): add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
marian13 committed Mar 14, 2024
1 parent ae01331 commit 45d71f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/Service.code-snippets
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"class ${1:Service}",
" include ::ConvenientService::Standard::Config",
"",
" def result"
" def result",
" ${2:# ...}",
"",
" success",
Expand Down
2 changes: 1 addition & 1 deletion lib/convenient_service/service/configs/essential.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module ConvenientService
module Service
module Configs
##
# Defines minimal configuration that adds a constructor, JSend-inspired result, steps, basic inspects, and internals to services.
# Defines essential configuration that adds a constructor, JSend-inspired result, steps, basic inspects, and internals to services.
#
# @note This config is NOT intented for the end-user usage. Use `Standard` instead.
#
Expand Down

0 comments on commit 45d71f9

Please sign in to comment.