Grep for space indentation (#54850)

#54604 atomizing
Since a lot of the space indents are in lists ill atomize those later
This commit is contained in:
TiviPlus
2020-11-30 12:48:40 -05:00
committed by GitHub
parent 84796e5372
commit 0eaab0bc54
468 changed files with 7623 additions and 7548 deletions
+11 -11
View File
@@ -6,17 +6,17 @@
var/timestamp
/**
* Generate a discord link datum from the values
*
* This is only used by SSdiscord wrapper functions for now, so you can reference the fields
* slightly easier
*
* Arguments:
* * ckey Ckey as a string
* * discord_id Discord id as a string
* * one_time_token as a string
* * timestamp as a string
*/
* Generate a discord link datum from the values
*
* This is only used by SSdiscord wrapper functions for now, so you can reference the fields
* slightly easier
*
* Arguments:
* * ckey Ckey as a string
* * discord_id Discord id as a string
* * one_time_token as a string
* * timestamp as a string
*/
/datum/discord_link_record/New(ckey, discord_id, one_time_token, timestamp)
src.ckey = ckey
src.discord_id = discord_id