Skip to content

Commit

Permalink
examples: remove initial empty line (#4068)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcb authored Apr 30, 2024
1 parent e0843df commit 4b7ef30
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion examples/js/Earthfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

VERSION 0.8
FROM node:15.12.0-alpine3.13
WORKDIR /js-example
Expand Down
1 change: 0 additions & 1 deletion examples/monorepo/js/Earthfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

VERSION 0.8
FROM node:13.10.1-alpine3.11

Expand Down
1 change: 0 additions & 1 deletion examples/multiplatform/Earthfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

VERSION 0.8

all:
Expand Down
1 change: 0 additions & 1 deletion examples/tutorial/go/Earthfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

VERSION 0.8
FROM alpine:3.18
WORKDIR /tutorial
Expand Down
1 change: 0 additions & 1 deletion examples/tutorial/java/Earthfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

VERSION 0.8
FROM alpine:3.18
WORKDIR /tutorial
Expand Down
1 change: 0 additions & 1 deletion examples/tutorial/js/Earthfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

VERSION 0.8
FROM alpine:3.18
WORKDIR /tutorial
Expand Down
1 change: 0 additions & 1 deletion examples/tutorial/python/Earthfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

VERSION 0.8
FROM alpine:3.18
WORKDIR /tutorial
Expand Down

0 comments on commit 4b7ef30

Please sign in to comment.