mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2024-12-21 18:29:22 +00:00
fmt
This commit is contained in:
parent
405a6d5b5f
commit
ff6475151b
@ -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]]
|
||||
|
Loading…
Reference in New Issue
Block a user