From 27ac28e300d4139c9f1a572e5e3fb73c0c5448f2 Mon Sep 17 00:00:00 2001 From: David Andrzejewski Date: Tue, 18 Feb 2025 21:18:22 -0500 Subject: [PATCH] Fixing indentation per project coding standards. --- meshtastic/mesh_interface.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/meshtastic/mesh_interface.py b/meshtastic/mesh_interface.py index e006493..7fde8fc 100644 --- a/meshtastic/mesh_interface.py +++ b/meshtastic/mesh_interface.py @@ -294,13 +294,13 @@ class MeshInterface: # pylint: disable=R0902 if showFields is None or len(showFields) == 0: # The default set of fields to show (e.g., the status quo) - showFields = ["N", "user.longName", "user.id", "user.shortName", "user.hwModel", "user.publicKey", - "user.role", "position.latitude", "position.longitude", "position.altitude", - "deviceMetrics.batteryLevel", "deviceMetrics.channelUtilization", - "deviceMetrics.airUtilTx", "snr", "hopsAway", "channel", "lastHeard", "since"] + showFields = ["N", "user.longName", "user.id", "user.shortName", "user.hwModel", "user.publicKey", + "user.role", "position.latitude", "position.longitude", "position.altitude", + "deviceMetrics.batteryLevel", "deviceMetrics.channelUtilization", + "deviceMetrics.airUtilTx", "snr", "hopsAway", "channel", "lastHeard", "since"] else: - # Always at least include the row number. - showFields.insert(0, "N") + # Always at least include the row number. + showFields.insert(0, "N") rows: List[Dict[str, Any]] = [] if self.nodesByNum: