#338 resolved diagnostic warnings

This commit is contained in:
Mikayla Fischler
2023-09-03 17:54:39 -04:00
parent b9073153b3
commit 5585088e3a
15 changed files with 25 additions and 42 deletions

View File

@@ -54,9 +54,9 @@ end
function coordinator.configure_monitors(num_units, disable_flow_view)
---@class monitors_struct
local monitors = {
primary = nil,
primary = nil, ---@type table|nil
primary_name = "",
flow = nil,
flow = nil, ---@type table|nil
flow_name = "",
unit_displays = {},
unit_name_map = {}