From 6bd7a3b57606c41f574941fe493729f086732241 Mon Sep 17 00:00:00 2001 From: Noah Sherwin Date: Sat, 6 Jul 2024 05:46:56 -0700 Subject: [PATCH] style: fix comment indentation --- src/dotnet/MSBuildProject.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dotnet/MSBuildProject.ts b/src/dotnet/MSBuildProject.ts index 4047a736..954e2951 100644 --- a/src/dotnet/MSBuildProject.ts +++ b/src/dotnet/MSBuildProject.ts @@ -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;