Skip to content

Commit

Permalink
style: fix comment indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
BinToss committed Jul 6, 2024
1 parent 74dbdec commit 6bd7a3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dotnet/MSBuildProject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import { existsSync } from 'node:fs';
import { basename, isAbsolute, resolve } from 'node:path';

/**
* Known properties. Additional properties may be added upon request.
*/
* Known properties. Additional properties may be added upon request.
*/
class MSBuildProjectProperties {
[Property: string]: string;

Expand Down

0 comments on commit 6bd7a3b

Please sign in to comment.