Skip to content

Commit 1dd9d18

Browse files
committed
Update copyright year.
1 parent c0fb1b4 commit 1dd9d18

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

blacken.el

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; blacken.el --- Reformat python buffers using the "black" formatter
22

3-
;; Copyright (C) 2018 Artem Malyshev
3+
;; Copyright (C) 2018-2019 Artem Malyshev
44

55
;; Author: Artem Malyshev <[email protected]>
66
;; Homepage: https://github.com/proofit404/blacken
@@ -40,7 +40,6 @@
4040

4141
(require 'cl-lib)
4242

43-
4443
(defgroup blacken nil
4544
"Reformat Python code with \"black\"."
4645
:group 'python)

0 commit comments

Comments
 (0)