Ruby: fix code style

This commit is contained in:
Alex Kotov 2022-05-24 17:45:40 +03:00
parent 5fb00a8225
commit b812ec148e
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 3 additions and 1 deletions

View File

@ -65,7 +65,9 @@ module KernAux
##
# Typical `printf`.
#
# @param args [Array<String, Array<(String, Object)>, Array<(String, Integer, Object)>>]
# @param args [Array<String,
# Array<(String, Object)>,
# Array<(String, Integer, Object)>>]
# @return [String] formatted output
#
# @example