From bd7146a646655b203c600f228f37dcbf9630cfc5 Mon Sep 17 00:00:00 2001 From: Xiaogang Date: Thu, 15 Oct 2020 10:09:21 +0800 Subject: [PATCH] Just make a code change to trigger publish --- powershell/plugins/cs-namer.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/powershell/plugins/cs-namer.ts b/powershell/plugins/cs-namer.ts index dca4d054ff5..3c59d06d59e 100644 --- a/powershell/plugins/cs-namer.ts +++ b/powershell/plugins/cs-namer.ts @@ -15,7 +15,6 @@ import { SchemaDefinitionResolver } from '../llcsharp/schema/schema-resolver'; type State = ModelState; - function setPropertyNames(schema: Schema) { // name each property in this schema for (const propertySchema of values(schema.properties)) {