Skip to content

Commit

Permalink
style: yarn run format
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengGeng97 committed Jun 17, 2021
1 parent 499c6c7 commit c9b2dae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/features/playground/PlaygroundActions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ export const changeQueryString = (queryString: string) => action(CHANGE_QUERY_ST
export const playgroundUpdatePersistenceFile = (file?: PersistenceFile) =>
action(PLAYGROUND_UPDATE_PERSISTENCE_FILE, file);

export const playgroundUpdateGitHubSaveInfo = (
repoName: string,
filePath: string,
lastSaved: Date
) => action(PLAYGROUND_UPDATE_GITHUB_SAVE_INFO, { repoName, filePath, lastSaved });
export const playgroundUpdateGitHubSaveInfo = (
repoName: string,
filePath: string,
lastSaved: Date
) => action(PLAYGROUND_UPDATE_GITHUB_SAVE_INFO, { repoName, filePath, lastSaved });

0 comments on commit c9b2dae

Please sign in to comment.