Skip to content

Commit

Permalink
Apply code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrazee committed Apr 26, 2023
1 parent 23cf788 commit 1656f6c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/api/src/bsky-agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ export class BskyAgent extends AtpAgent {
getProfiles: typeof this.api.app.bsky.actor.getProfiles = (params, opts) =>
this.api.app.bsky.actor.getProfiles(params, opts)

getSuggestions: typeof this.api.app.bsky.actor.getSuggestions = (params, opts) =>
this.api.app.bsky.actor.getSuggestions(params, opts)
getSuggestions: typeof this.api.app.bsky.actor.getSuggestions = (
params,
opts,
) => this.api.app.bsky.actor.getSuggestions(params, opts)

searchActors: typeof this.api.app.bsky.actor.searchActors = (params, opts) =>
this.api.app.bsky.actor.searchActors(params, opts)
Expand Down

0 comments on commit 1656f6c

Please sign in to comment.