Skip to content

Commit 860f517

Browse files
committed
formater
1 parent 74281b1 commit 860f517

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

postmortem/2023-10-10.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,14 @@ $$votes=amount$$
2121

2222
**The correct**
2323

24-
$$votes=amount*(1+\log_{1.2}{(duration/86400)(1+m)})$$
24+
$`votes=amount*(1+\log_{1.2}{(duration/86400)(1+m)})`$
2525

26-
$$m= \begin{cases}
26+
$`
27+
m= \begin{cases}
2728
1 & locked \\
28-
2929
0 & unlocked \geq 1
30-
\end{cases}$$
30+
\end{cases}
31+
`$
3132

3233
# Solution
3334

0 commit comments

Comments
 (0)