Skip to content

Commit

Permalink
Fix package version metadata #9.
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
java-team-github-bot authored and google-java-format Team committed Aug 26, 2024
1 parent f9eca5a commit 9f2611e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions core/src/main/scripts/google-java-format.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
;;
;; Copyright 2015 Google, Inc. All Rights Reserved.
;;
;; Package-Requires: ((emacs "24"))
;;
;; Licensed under the Apache License, Version 2.0 (the "License");
;; you may not use this file except in compliance with the License.
;; You may obtain a copy of the License at
Expand All @@ -17,6 +15,8 @@
;; limitations under the License.

;; Keywords: tools, Java
;; Version: 0.1.0
;; Package-Requires: ((emacs "24"))

;;; Commentary:

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

(provide 'google-java-format)

;;; google-java-format.el ends here

0 comments on commit 9f2611e

Please sign in to comment.