Skip to content
Snippets Groups Projects
Commit aedd42e8 authored by guillermooo's avatar guillermooo
Browse files

review comments

parent f76c26b2
No related branches found
No related tags found
No related merge requests found
......@@ -8,3 +8,4 @@ Seth Ladd <sethladd@google.com>
Devon Carew <devoncarew@google.com>
Sungguk Lim <limasdf@gmail.com>
Kunal Deo <kunaldeo@gmail.com>
Guillermo López-Anglada <guillermo.lopez@outlook.com>
......@@ -15,6 +15,10 @@ import '../stagehand.dart';
const int _RUNE_SPACE = 32;
@Deprecated('see decodeConcatenatedData')
List<TemplateFile> decodeConcanenatedData(List<String> data) =>
decodeConcatenatedData(data);
List<TemplateFile> decodeConcatenatedData(List<String> data) {
List<TemplateFile> results = [];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment