Unify project indentation style

This commit is contained in:
digimint 2024-06-24 03:46:18 -05:00
parent 36afeaad42
commit bf2c4ec99a
Signed by: digimint
GPG key ID: 947E0031C671B9A0
8 changed files with 214 additions and 214 deletions

View file

@ -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