You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Function calls where a braced expression is present in the last argument deserves a call out, as it is a special function call style (i.e. not exactly flat or expanded)
These make for particularly unique function call layouts, because normally the expansion of the braced expression over multiple lines would force the expansion of every argument in the function call, looking like:
Function calls where a braced expression is present in the last argument deserves a call out, as it is a special function call style (i.e. not exactly flat or expanded)
These make for particularly unique function call layouts, because normally the expansion of the braced expression over multiple lines would force the expansion of every argument in the function call, looking like:
Note that this only applies to trailing braced expressions, for example with
tryCatch()
we do full expansion of every argumentThe text was updated successfully, but these errors were encountered: