Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
usausa committed Feb 14, 2021
1 parent caf83fb commit 6c717f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Smart.Resolver/Resolver/Providers/ConstantProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ namespace Smart.Resolver.Providers
{
using System;
using System.Diagnostics.CodeAnalysis;

using Smart.Resolver.Bindings;

public sealed class ConstantProvider<T> : IProvider
Expand Down
1 change: 1 addition & 0 deletions Smart.Resolver/Resolver/Scopes/SingletonScope.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ namespace Smart.Resolver.Scopes
{
using System;
using System.Diagnostics.CodeAnalysis;

using Smart.ComponentModel;
using Smart.Resolver.Components;

Expand Down

0 comments on commit 6c717f2

Please sign in to comment.