We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f12c6d5 + c9aed03 commit 8477eb8Copy full SHA for 8477eb8
bittensor_cli/src/bittensor/balances.py
@@ -76,7 +76,7 @@ def __str__(self):
76
if self.unit == UNITS[0]:
77
return f"{self.unit} {float(self.tao):,.4f}"
78
else:
79
- return f"{float(self.tao):,.4f} {self.unit}\u200e"
+ return f"\u200e{float(self.tao):,.4f} {self.unit}\u200e"
80
81
def __rich__(self):
82
return "[green]{}[/green][green]{}[/green][green].[/green][dim green]{}[/dim green]".format(
0 commit comments