Skip to content

Commit

Permalink
no changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ataibarkai committed Jun 27, 2016
1 parent 6471b6b commit d1e95dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CommonSource/TypeBurrito-Numbers.swift
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ public func *= <Spec where Spec.TheTypeInsideTheBurrito: MultipliableDivisible>
public func /= <Spec where Spec.TheTypeInsideTheBurrito: MultipliableDivisible>
(inout left: TypeBurrito<Spec>, right: TypeBurrito<Spec>) {
left.value = (left.value / right.value)
}
}

0 comments on commit d1e95dd

Please sign in to comment.