Skip to content
Snippets Groups Projects
Verified Commit ceffd53d authored by Mar0xy's avatar Mar0xy
Browse files

fix: spacing

parent 2375d043
No related branches found
No related tags found
No related merge requests found
......@@ -25,10 +25,10 @@ export function getClient(BASE_URL: string, authorization: string | undefined):
@Injectable()
export class MastodonApiServerService {
constructor(
@Inject(DI.usersRepository)
private usersRepository: UsersRepository,
@Inject(DI.usersRepository)
private usersRepository: UsersRepository,
@Inject(DI.config)
private config: Config,
private config: Config,
private metaService: MetaService,
) { }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment