summaryrefslogtreecommitdiff
path: root/redfish-core/lib/led.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'redfish-core/lib/led.hpp')
-rw-r--r--redfish-core/lib/led.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/redfish-core/lib/led.hpp b/redfish-core/lib/led.hpp
index f36a319677..ff77ddc180 100644
--- a/redfish-core/lib/led.hpp
+++ b/redfish-core/lib/led.hpp
@@ -86,8 +86,8 @@ inline void
{
asyncResp->res.jsonValue["IndicatorLED"] = "Off";
}
- });
});
+ });
}
/**
@@ -151,8 +151,8 @@ inline void
return;
}
messages::success(asyncResp->res);
- });
});
+ });
}
/**
@@ -209,8 +209,8 @@ inline void getLocationIndicatorActive(
}
asyncResp->res.jsonValue["LocationIndicatorActive"] = ledOn;
- });
});
+ });
}
/**
@@ -248,8 +248,8 @@ inline void setLocationIndicatorActive(
messages::internalError(asyncResp->res);
return;
}
- });
+ });
}
- });
+ });
}
} // namespace redfish