support/testing: basetest.py: fix code style
authorPierre-Jean Texier <pjtexier@koncepto.io>
Mon, 25 Nov 2019 20:30:02 +0000 (21:30 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 25 Nov 2019 20:40:52 +0000 (21:40 +0100)
Fix these warnings:

W291 trailing whitespace

Fixes:
 - https://gitlab.com/buildroot.org/buildroot/-/jobs/360824861

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
support/testing/infra/basetest.py

index 023039f6afa148d5d79a336589e309ea519e7df9..5dc60344472dc39d93174d15391c3619c12c81d9 100644 (file)
@@ -85,7 +85,7 @@ class BRTest(BRConfigTest):
             self.emulator.stop()
         super(BRTest, self).tearDown()
 
-    # Run the given 'cmd' with a 'timeout' on the target and 
+    # Run the given 'cmd' with a 'timeout' on the target and
     # assert that the command succeeded
     def assertRunOk(self, cmd, timeout=-1):
         _, exit_code = self.emulator.run(cmd, timeout)