Skip to content

Commit

Permalink
fix namespace delete error optimized code
Browse files Browse the repository at this point in the history
  • Loading branch information
liyabing committed Jan 23, 2025
1 parent df6411b commit 71a0cc7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ public NamespaceServiceImpl(final NamespaceMapper namespaceMapper,
final RuleMapper ruleMapper,
final AuthPathMapper authPathMapper,
final MetaDataMapper metaDataMapper,
final DiscoveryMapper discoveryMapper, final AppAuthMapper appAuthMapper) {
final DiscoveryMapper discoveryMapper,
final AppAuthMapper appAuthMapper) {
this.namespaceMapper = namespaceMapper;
this.namespaceUserService = namespaceUserService;
this.namespaceEventPublisher = namespaceEventPublisher;
Expand Down

0 comments on commit 71a0cc7

Please sign in to comment.