Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
capdiem committed Jan 19, 2024
1 parent a92c627 commit c0ab714
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Web/MASA.PM.Web.Docs/ServiceCollectionExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ public static void AddDocs(this IServiceCollection services, IConfiguration conf
wrapper = new GitLabClientWrapper(hostUrl, apiToken, fullPath);
}


services.AddSingleton<GitLabClientWrapper>(_ => wrapper);
}
}

0 comments on commit c0ab714

Please sign in to comment.