Skip to content

Commit

Permalink
refactor(dotnet-auth): space between functions
Browse files Browse the repository at this point in the history
  • Loading branch information
morhag90 committed Jun 3, 2024
1 parent a10cb72 commit 3ea2db8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/dotnet-auth-core-identity/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ class AuthCorePlugin implements dotnetTypes.AmplicationPlugin {
});
return eventParams;
}

async beforeCreateProgramFile(
context: dotnetTypes.DsgContext,
eventParams: dotnet.CreateProgramFileParams
Expand Down Expand Up @@ -374,6 +375,7 @@ class AuthCorePlugin implements dotnetTypes.AmplicationPlugin {

return files;
}

afterCreateSeedDevelopmentDataFile(
context: dotnetTypes.DsgContext,
eventParams: dotnet.CreateSeedDevelopmentDataFileParams,
Expand Down

0 comments on commit 3ea2db8

Please sign in to comment.