Skip to content

Commit 8d917bf

Browse files
authored
chore: Correct copyright year
1 parent 802d8b2 commit 8d917bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/commands/test/ert/test/ert-test.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; ert-test.el --- Test the command ert -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2022-2024 the Eask authors.
3+
;; Copyright (C) 2024 the Eask authors.
44

55
;; This program is free software; you can redistribute it and/or modify
66
;; it under the terms of the GNU General Public License as published by
@@ -26,4 +26,5 @@
2626

2727
(ert-deftest ert-test-1 ()
2828
(should (= 1 1)))
29+
2930
;;; ert-test.el ends here

0 commit comments

Comments
 (0)