<p></p>
<p><b>@ghubstan</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/5659#discussion_r689712874">desktop/src/main/java/bisq/desktop/main/offer/offerbook/OfferBookListItem.java</a>:</p>
<pre style='color:#555'>> @@ -79,7 +110,7 @@ public WitnessAgeData getWitnessAgeData(AccountAgeWitnessService accountAgeWitne
                     // either signed & limits lifted, or waiting for limits to be lifted
                     // Or banned
                     daysSinceSignedAsLong = TimeUnit.MILLISECONDS.toDays(optionalWitness.map(witness ->
-                            accountAgeWitnessService.getWitnessSignAge(witness, new Date()))
+                                    accountAgeWitnessService.getWitnessSignAge(witness, new Date()))
</pre>
<p>Either, this is formatting of an older commit (which I have not found yet).  Or my IDE style rules have changed since I upgraded to latest version (doubtful because my bisq style rule file has not changed).</p>
<p>Lines 112-114 in the repo and after auto-formatting in my IDE are</p>
<pre><code>                    daysSinceSignedAsLong = TimeUnit.MILLISECONDS.toDays(optionalWitness.map(witness ->
                                    accountAgeWitnessService.getWitnessSignAge(witness, new Date()))
                            .orElse(0L));

</code></pre>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/5659#discussion_r689712874">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNVBEZ3P52JERXHKZRTT5FA5TANCNFSM5B6V23YQ">unsubscribe</a>.<br />Triage notifications on the go with GitHub Mobile for <a href="https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675">iOS</a> or <a href="https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email">Android</a>.<img src="https://github.com/notifications/beacon/AJFFTNSBSEKT3EXBOCIC2Z3T5FA5TA5CNFSM5B6V23Y2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOFOIWB3I.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/5659#discussion_r689712874",
"url": "https://github.com/bisq-network/bisq/pull/5659#discussion_r689712874",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>