mirror of
https://gitea.invidious.io/iv-org/shard-crystal-db.git
synced 2024-08-15 00:53:32 +00:00
fix formatting issues
This commit is contained in:
parent
17ed0829b4
commit
2db12d99f5
3 changed files with 10 additions and 16 deletions
|
@ -1,9 +1,7 @@
|
|||
module DB
|
||||
|
||||
class Error < Exception
|
||||
end
|
||||
|
||||
class MappingException < Exception
|
||||
end
|
||||
|
||||
end
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
module DB
|
||||
|
||||
# Empty module used for marking a class as supporting DB:Mapping
|
||||
module Mappable; end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue