aboutsummaryrefslogtreecommitdiff
path: root/helix-dap/src/types.rs
diff options
context:
space:
mode:
authorDmitry Sharshakov2021-08-24 09:01:58 +0000
committerDmitry Sharshakov2021-08-24 09:01:58 +0000
commit0e779381a86ad6d790f3664e1d1506d01f9ba1f3 (patch)
tree601499918fcc35f3e1daf77d5e67ed4f96b745aa /helix-dap/src/types.rs
parent774ab6f8b62d825791f023ee5f7c8304a95de75a (diff)
Format
Diffstat (limited to 'helix-dap/src/types.rs')
-rw-r--r--helix-dap/src/types.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-dap/src/types.rs b/helix-dap/src/types.rs
index e8543dcb..dfc25b1b 100644
--- a/helix-dap/src/types.rs
+++ b/helix-dap/src/types.rs
@@ -7,7 +7,7 @@ use std::{collections::HashMap, path::PathBuf};
pub struct DebugTemplate {
pub name: String,
pub request: String,
- pub args: HashMap<String, Value>
+ pub args: HashMap<String, Value>,
}
#[derive(Debug, PartialEq, Clone, Deserialize, Serialize)]