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
And from the 3 possible expected results I gave above, this would be more in sync with what fantomas does currently, if the parameters are not currified:
if compoundBalance < 0.0m then
ReportProblem
compoundBalance
None
currency
address
sessionCachedNetworkData
knocte
added a commit
to nblockchain/geewallet
that referenced
this issue
Jun 11, 2020
Issue created from fantomas-online
Please describe here fantomas problem you encountered
Code
Result
Expected Result
The way that fantomas has cut off the parameters to the
ReportProblem
function looks a bit weird.I think it should either do this:
or this:
or this:
Options
Fantomas Master at 06/10/2020 08:33:01 - 50ed1b7
IndentSpaceNum
4
PageWidth
80
SemicolonAtEndOfLine
false
SpaceBeforeParameter
true
SpaceBeforeLowercaseInvocation
true
SpaceBeforeUppercaseInvocation
false
SpaceBeforeClassConstructor
false
SpaceBeforeMember
false
SpaceBeforeColon
false
SpaceAfterComma
true
SpaceBeforeSemicolon
false
SpaceAfterSemicolon
true
IndentOnTryWith
false
SpaceAroundDelimiter
true
MaxIfThenElseShortWidth
40
MaxInfixOperatorExpression
50
MaxRecordWidth
40
MaxArrayOrListWidth
40
MaxValueBindingWidth
40
MaxFunctionBindingWidth
0
MultilineBlockBracketsOnSameColumn
false
NewlineBetweenTypeDefinitionAndMembers
false
KeepIfThenInSameLine
false
StrictMode
false
The text was updated successfully, but these errors were encountered: