Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Silence indentation warning in script analysis (#313)
Browse files Browse the repository at this point in the history
* Silence indentation warning in script analysis "W006: (285,3) Statement spans multiple lines; use indentation to silence"

Co-authored-by: Matt Hargett <plaztiksyke@gmail.com>
  • Loading branch information
chasedig and matthargett committed Sep 25, 2021
1 parent b53b1db commit 103bd18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Component.lua
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ function Component:__validateProps(props)
self.__componentName,
tostring(failureReason),
self:getElementTraceback() or "<enable element tracebacks>"),
0)
0)
end
end

Expand Down Expand Up @@ -504,4 +504,4 @@ function Component:__resolveUpdate(incomingProps, incomingState)
return true
end

return Component
return Component

0 comments on commit 103bd18

Please sign in to comment.