emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/yasnippet-snippets 24a46cbfda 1/8: STY: Formatted python-m


From: ELPA Syncer
Subject: [nongnu] elpa/yasnippet-snippets 24a46cbfda 1/8: STY: Formatted python-mode/fdn to adher to PEP8 style.
Date: Mon, 21 Feb 2022 07:58:46 -0500 (EST)

branch: elpa/yasnippet-snippets
commit 24a46cbfda9332cb403d2bfdc90785c5bc19ec17
Author: Daniel Hornung <d.hornung@indiscale.com>
Commit: Daniel Hornung <d.hornung@indiscale.com>

    STY: Formatted python-mode/fdn to adher to PEP8 style.
---
 snippets/python-mode/function_docstring_numpy | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/snippets/python-mode/function_docstring_numpy 
b/snippets/python-mode/function_docstring_numpy
index 3a7243e6b6..4be347b7c6 100644
--- a/snippets/python-mode/function_docstring_numpy
+++ b/snippets/python-mode/function_docstring_numpy
@@ -5,7 +5,8 @@
 # group: definitions
 # --
 def ${1:name}($2):
- \"\"\"$3
- ${2:$(python-args-to-docstring-numpy)}
- \"\"\"
- $0
\ No newline at end of file
+    \"\"\"$3
+
+${2:$(python-args-to-docstring-numpy)}
+    \"\"\"
+    $0



reply via email to

[Prev in Thread] Current Thread [Next in Thread]