This is an automated email from the ASF dual-hosted git repository. jongyoul pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/master by this push: new 37128f28d4 Remove blank in .gitattributes (#4420) 37128f28d4 is described below commit 37128f28d4cfac09181272e740d95b8472eca246 Author: Juyeon <procea...@gmail.com> AuthorDate: Fri Jul 22 19:04:35 2022 +0900 Remove blank in .gitattributes (#4420) --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 336fdc6d1d..cbdcbbc258 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -* .js text eol=lf +*.js text eol=lf