mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2026-04-19 22:16:30 +00:00
fmt
This commit is contained in:
@@ -8,5 +8,5 @@ trait Load[A]:
|
||||
def from: String
|
||||
|
||||
object Load:
|
||||
def apply[A : Load]: Load[A] =
|
||||
def apply[A: Load]: Load[A] =
|
||||
summon[Load[A]]
|
||||
|
||||
Reference in New Issue
Block a user