Skip to content

Commit 702c230

Browse files
🎨 pre-commit fixes
1 parent 4e5fcc0 commit 702c230

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

include/mqt-core/na/device/Device.hpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -255,10 +255,10 @@ struct MQT_NA_QDMI_Site_impl_d {
255255
uint64_t id = 0; ///< Unique identifier of the site
256256
uint64_t moduleId = 0; ///< Identifier of the module the site belongs to
257257
uint64_t subModuleId =
258-
0; ///< Identifier of the sub-module the site belongs to
259-
int64_t x = 0; ///< X coordinate of the site in the lattice
260-
int64_t y = 0; ///< Y coordinate of the site in the lattice
261-
uint64_t width = 0; ///< Width of the site in the lattice (for zone sites)
258+
0; ///< Identifier of the sub-module the site belongs to
259+
int64_t x = 0; ///< X coordinate of the site in the lattice
260+
int64_t y = 0; ///< Y coordinate of the site in the lattice
261+
uint64_t width = 0; ///< Width of the site in the lattice (for zone sites)
262262
uint64_t height = 0; ///< Height of the site in the lattice (for zone sites)
263263
/// @brief Collects decoherence times for the device.
264264
struct DecoherenceTimes {

0 commit comments

Comments
 (0)