A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://gitlab.com/postgres-ai/joe/-/merge_requests/41.diff below:

diff --git a/src/pgexplain/pgexplain.go b/src/pgexplain/pgexplain.go index d00418e1627fe68df7bb874d820cb92b5cd873ad..ffda582b7808085f118ef2c898a9ebd4575a8ccb 100644 --- a/src/pgexplain/pgexplain.go +++ b/src/pgexplain/pgexplain.go @@ -519,7 +519,7 @@ func durationToString(value float64) string { } else if value < 60000 { return fmt.Sprintf("%.3f s", value/1000.0) } else { - return fmt.Sprintf("%.3f m", value/60000.0) + return fmt.Sprintf("%.3f min", value/60000.0) } }

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4