Unify project indentation style
This commit is contained in:
parent
36afeaad42
commit
bf2c4ec99a
8 changed files with 214 additions and 214 deletions
|
|
@ -5,9 +5,9 @@ import db.modules.uac.UACSchema
|
|||
import slick.jdbc.JdbcProfile
|
||||
|
||||
class UACQueries(
|
||||
val profile: JdbcProfile,
|
||||
val schema: UACSchema
|
||||
val profile: JdbcProfile,
|
||||
val schema: UACSchema
|
||||
):
|
||||
import profile.api._
|
||||
val UACBase = schema._uacTable
|
||||
val tokenScopeBase = schema._uacTokenScopeTable
|
||||
import profile.api._
|
||||
val UACBase = schema._uacTable
|
||||
val tokenScopeBase = schema._uacTokenScopeTable
|
||||
Loading…
Add table
Add a link
Reference in a new issue