Skip to content

Commit 4923012

Browse files
committed
reformat
1 parent 00881a2 commit 4923012

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

server/player/views.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,12 @@ def player_tenhou_details(request, slug):
215215
return render(
216216
request,
217217
"player/tenhou.html",
218-
{"player": player, "tenhou_data": tenhou_data, "tenhou_data_all_time_stat_four": tenhou_data_all_time_stat_four, "RANKS": TenhouAggregatedStatistics.RANKS},
218+
{
219+
"player": player,
220+
"tenhou_data": tenhou_data,
221+
"tenhou_data_all_time_stat_four": tenhou_data_all_time_stat_four,
222+
"RANKS": TenhouAggregatedStatistics.RANKS,
223+
},
219224
)
220225

221226

0 commit comments

Comments
 (0)