summaryrefslogtreecommitdiff
path: root/src/pkg/math/hypot.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/math/hypot.go')
-rw-r--r--src/pkg/math/hypot.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/math/hypot.go b/src/pkg/math/hypot.go
index 411f74e4f..6ba8fb794 100644
--- a/src/pkg/math/hypot.go
+++ b/src/pkg/math/hypot.go
@@ -45,5 +45,5 @@ func Hypot(p, q float64) float64 {
q = q*r;
r = q/p;
}
- panic("unreachable")
+ panic("unreachable");
}