Skip to content

Commit 8a927d1

Browse files
committed
distro-overlay: Cleanup trailing whitespace
1 parent d4dbff7 commit 8a927d1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

distros/distro-overlay.nix

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -170,20 +170,20 @@ let
170170
python-qt-binding = rosSuper.python-qt-binding.overrideAttrs ({
171171
patches ? [], propagatedBuildInputs ? [], ...
172172
}: {
173-
patches = patches ++ [
173+
patches = patches ++ [
174174
# ref. https://github.com/ros-visualization/python_qt_binding/pull/143
175-
(self.fetchpatch {
176-
name = "support-qt6.patch";
175+
(self.fetchpatch {
176+
name = "support-qt6.patch";
177177
url = "https://github.com/ros-visualization/python_qt_binding/commit/fa854d325ad4fa5f6e788d70b3ba9ccf9ee5c80f.patch";
178178
hash = "sha256-P/xScO83zRL7qtqRzLiHkQtCpYdcxOaXwWj/83GhFpk=";
179179
})
180-
(self.fetchpatch {
181-
name = "make-linters-happy.patch";
180+
(self.fetchpatch {
181+
name = "make-linters-happy.patch";
182182
url = "https://github.com/ros-visualization/python_qt_binding/commit/bd88c0d5d51add58e329c40bba20a7b04c3df063.patch";
183183
hash = "sha256-1YuTIUGDmgFZtz/1LoRIkayH9M84H5rs8QqhW9SnNAQ=";
184184
})
185-
(self.fetchpatch {
186-
name = "fixes.patch";
185+
(self.fetchpatch {
186+
name = "fixes.patch";
187187
url = "https://github.com/ros-visualization/python_qt_binding/commit/d710e1afb2ac0effed1e8d6ab90eee53354366bb.patch";
188188
hash = "sha256-+ou08BZCIhRMDi9GMyAOLmdoGJNZaqLpA7nMszZOFgg=";
189189
})

0 commit comments

Comments
 (0)