Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed May 14, 2021
1 parent 1ce0efd commit 39716dc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions algebra-core/src/main/scala/cats/algebra/ring/Field.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ package ring

import scala.{specialized => sp}

trait Field[@sp(Int, Long, Float, Double) A]
extends Any
with EuclideanRing[A]
with MultiplicativeCommutativeGroup[A] { self =>
trait Field[@sp(Int, Long, Float, Double) A] extends Any with EuclideanRing[A] with MultiplicativeCommutativeGroup[A] {
self =>

// default implementations for GCD

Expand Down

0 comments on commit 39716dc

Please sign in to comment.