From bc9181dc5d711a8ef482d58a8ac18327ac63c39c Mon Sep 17 00:00:00 2001 From: MaltVinegar <69946338+MaltVinegar@users.noreply.github.com> Date: Wed, 7 Dec 2022 15:00:16 -0500 Subject: [PATCH] Adds trailing newline to readme file Whenever the dmapi auto-updater action tries to update the dmapi, this file is copied over without the trailing newline causing the linters to lose their mind. --- src/DMAPI/tgs/core/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/DMAPI/tgs/core/README.md b/src/DMAPI/tgs/core/README.md index aa3c7a9c9d..b82d8f49e2 100644 --- a/src/DMAPI/tgs/core/README.md +++ b/src/DMAPI/tgs/core/README.md @@ -5,4 +5,5 @@ This folder contains all DMAPI code not directly involved in an API. - [_definitions.dm](./definitions.dm) contains defines needed across DMAPI internals. - [core.dm](./core.dm) contains the implementations of the `/world/proc/TgsXXX()` procs. Many map directly to the `/datum/tgs_api` functions. It also contains the /datum selection and setup code. - [datum.dm](./datum.dm) contains the `/datum/tgs_api` declarations that all APIs must implement. -- [tgs_version.dm](./tgs_version.dm) contains the `/datum/tgs_version` definition \ No newline at end of file +- [tgs_version.dm](./tgs_version.dm) contains the `/datum/tgs_version` definition +-