Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Newline nits.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Mar 26, 2019
1 parent d049dcf commit 9ede7cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/runtime.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ const Runtime = {
})

setter.exportedName = exportedName

return setter
},
addExportGetters(getterArgsList) {
Expand Down Expand Up @@ -428,6 +429,7 @@ const Runtime = {

function createAccessor(type, accessor) {
accessor.type = type

return accessor
}

Expand Down

0 comments on commit 9ede7cb

Please sign in to comment.