Skip to content

Commit

Permalink
Normalised file endings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sir Mallard committed Jul 24, 2024
1 parent 4830585 commit a49d600
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* text=auto
*.lua text eol=crlf
8 changes: 4 additions & 4 deletions src/client/helloIris.client.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local Iris = require(ReplicatedStorage.Iris).Init()

Iris:Connect(Iris.ShowDemoWindow)
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local Iris = require(ReplicatedStorage.Iris).Init()

Iris:Connect(Iris.ShowDemoWindow)

0 comments on commit a49d600

Please sign in to comment.