mirror of
https://github.com/tailix/libkernaux.git
synced 2024-11-13 11:04:27 -05:00
Ruby: fix code style
This commit is contained in:
parent
5fb00a8225
commit
b812ec148e
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue