This is an automated email from the ASF dual-hosted git repository.

arosien pushed a commit to branch daffodil-vscode-tdml
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git

commit e89972e95cc0d159c9d59246ae3d01b7e1ec02e0
Author: Michael Hoke <[email protected]>
AuthorDate: Thu Jun 30 15:53:46 2022 -0400

    - Remove apostrophes around variables
---
 .../src/main/scala/org.apache.daffodil.debugger.dap/Parse.scala     | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/server/core/src/main/scala/org.apache.daffodil.debugger.dap/Parse.scala 
b/server/core/src/main/scala/org.apache.daffodil.debugger.dap/Parse.scala
index 8fc531b..74f5aed 100644
--- a/server/core/src/main/scala/org.apache.daffodil.debugger.dap/Parse.scala
+++ b/server/core/src/main/scala/org.apache.daffodil.debugger.dap/Parse.scala
@@ -679,9 +679,9 @@ object Parse {
         }
     }
     sealed trait TDMLConfig {
-      val `action`: String
-      val `name`: String
-      val `description`: String
+      val action: String
+      val name: String
+      val description: String
     }
     object InfosetOutput {
       case object None extends InfosetOutput

Reply via email to