Skip to content

Commit 9f2611e

Browse files
java-team-github-botgoogle-java-format Team
authored and
google-java-format Team
committed
Fix package version metadata #9.
* ebnf-mode: Last change 13 years ago with open PR from phst from 2019. For the sake of the current package version metadata work, just slap in a pkg.el file for now. * llm-goose: Missing header. * gyp: Missing header. * lv: Include pkg.el added earlier. PiperOrigin-RevId: 667696660
1 parent f9eca5a commit 9f2611e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

core/src/main/scripts/google-java-format.el

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
;;
33
;; Copyright 2015 Google, Inc. All Rights Reserved.
44
;;
5-
;; Package-Requires: ((emacs "24"))
6-
;;
75
;; Licensed under the Apache License, Version 2.0 (the "License");
86
;; you may not use this file except in compliance with the License.
97
;; You may obtain a copy of the License at
@@ -17,6 +15,8 @@
1715
;; limitations under the License.
1816

1917
;; Keywords: tools, Java
18+
;; Version: 0.1.0
19+
;; Package-Requires: ((emacs "24"))
2020

2121
;;; Commentary:
2222

@@ -109,5 +109,4 @@ there is no region, then formats the current line."
109109
(defalias 'google-java-format 'google-java-format-region)
110110

111111
(provide 'google-java-format)
112-
113112
;;; google-java-format.el ends here

0 commit comments

Comments
 (0)