Skip to content

Commit

Permalink
Remove vestigial lines.
Browse files Browse the repository at this point in the history
- The preamble comments didn't follow the preamble/end convention, and
  it isn't worth shuffling lines to find a place to add an end marker.
- The `-*- coding` text seems unnecessary, and is confusing an editor
  into thinking the .lua files are written in C.
  • Loading branch information
chrisant996 committed Jul 4, 2024
1 parent 1485785 commit 40ab322
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 11 deletions.
2 changes: 0 additions & 2 deletions git.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
-- preamble: common routines

local path_module = require('path')
local git = require('gitutil')
local matchers = require('matchers')
Expand Down
3 changes: 0 additions & 3 deletions pip.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
-- -*- coding: utf-8 -*-
-- preamble: common routines

local matchers = require("matchers")
local w = require("tables").wrap

Expand Down
3 changes: 0 additions & 3 deletions pipenv.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
-- -*- coding: utf-8 -*-
-- preamble: common routines

local matchers = require("matchers")
local w = require("tables").wrap
local concat = require("funclib").concat
Expand Down
3 changes: 0 additions & 3 deletions scoop.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
-- -*- coding: utf-8 -*-
-- preamble: common routines

local JSON = require("JSON")

local matchers = require("matchers")
Expand Down

0 comments on commit 40ab322

Please sign in to comment.